home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / WAVEPOOL.ARJ / PHONE.WPL < prev    next >
Text File  |  1992-04-08  |  314b  |  21 lines

  1.  
  2. #
  3. #       PHONE Wavepool program
  4. #
  5. #       Copyright 1992, Data Assist, Inc.
  6. #
  7.  
  8. BEGIN {
  9.     screate("phone.sou")
  10.  
  11.     for (x=1; x<=10; ++x) {
  12.         print "x=", x;
  13.         sinwave2(523, 659, 400);
  14.         sinwave2(659, 523, 400);
  15.     }
  16.     sclose(0)
  17.     sndvoc("phone.sou", "phone.voc");
  18. }
  19.  
  20.  
  21.